home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TLOGUPDATEDLG / TLOGUPDATEDLG.txt
Encoding:
Text File  |  1997-04-15  |  11.7 KB  |  385 lines

  1. object LogUpdateDlg: TLogUpdateDlg
  2.   Left = 13
  3.   Top = 121
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add New Call Log Record'
  7.   ClientHeight = 365
  8.   ClientWidth = 399
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 16
  18.   object SpeedButton1: TSpeedButton
  19.     Left = 305
  20.     Top = 329
  21.     Width = 89
  22.     Height = 30
  23.     Caption = 'Help'
  24.     Glyph.Data = {
  25.       06020000424D0602000000000000760000002800000028000000140000000100
  26.       0400000000009001000000000000000000000000000010000000000000000000
  27.       80000080000000808000800000008000800080800000C0C0C000808080000000
  28.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  29.       7777777777777777777777777777777777777777777777777777777777777777
  30.       777777777778887777777777777777777777777777777777778AA87777777777
  31.       777777788777777777777777778AA87777777777777777788777777777777777
  32.       78AA87774447777777777788777788877777778878AA87774447777777877788
  33.       777788877777778A8AA877777777777777887887777777777777778AAAA87777
  34.       4487777777888887777788777777778AAAAAA877448777777788888888778877
  35.       7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
  36.       77888888777777887777778AAA8778447784487777888887778877788777778A
  37.       A87774487774447777888877788777788877778A877774487774447777888777
  38.       7887777888777788777777447784487777887777778877788777778777777774
  39.       4444877777877777777888887777777777777777777777777777777777777777
  40.       7777777777777777777777777777777777777777777777777777777777777777
  41.       77777777777777777777}
  42.     NumGlyphs = 2
  43.     OnClick = SpeedButton1Click
  44.   end
  45.   object Button2: TButton
  46.     Left = 119
  47.     Top = 329
  48.     Width = 89
  49.     Height = 30
  50.     Caption = 'OK'
  51.     ModalResult = 1
  52.     TabOrder = 3
  53.     OnClick = Button2Click
  54.   end
  55.   object Button3: TButton
  56.     Left = 212
  57.     Top = 329
  58.     Width = 89
  59.     Height = 30
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 4
  64.   end
  65.   object GroupBox3: TGroupBox
  66.     Left = 8
  67.     Top = 232
  68.     Width = 385
  69.     Height = 91
  70.     Caption = 'Call Statistics'
  71.     TabOrder = 2
  72.     object Label6: TLabel
  73.       Left = 16
  74.       Top = 24
  75.       Width = 73
  76.       Height = 18
  77.       AutoSize = False
  78.       Caption = '&Started'
  79.       FocusControl = SDate
  80.       Font.Color = clBlack
  81.       Font.Height = -13
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = []
  84.       ParentFont = False
  85.     end
  86.     object Label8: TLabel
  87.       Left = 230
  88.       Top = 25
  89.       Width = 45
  90.       Height = 18
  91.       Alignment = taCenter
  92.       AutoSize = False
  93.       Caption = '&at'
  94.       Font.Color = clBlack
  95.       Font.Height = -13
  96.       Font.Name = 'MS Sans Serif'
  97.       Font.Style = []
  98.       ParentFont = False
  99.     end
  100.     object Label10: TLabel
  101.       Left = 230
  102.       Top = 57
  103.       Width = 45
  104.       Height = 18
  105.       Alignment = taCenter
  106.       AutoSize = False
  107.       Caption = 'a&t'
  108.       FocusControl = ETime
  109.       Font.Color = clBlack
  110.       Font.Height = -13
  111.       Font.Name = 'MS Sans Serif'
  112.       Font.Style = []
  113.       ParentFont = False
  114.     end
  115.     object Label2: TLabel
  116.       Left = 16
  117.       Top = 56
  118.       Width = 81
  119.       Height = 18
  120.       AutoSize = False
  121.       Caption = '&Finished'
  122.       FocusControl = SDate
  123.       Font.Color = clBlack
  124.       Font.Height = -13
  125.       Font.Name = 'MS Sans Serif'
  126.       Font.Style = []
  127.       ParentFont = False
  128.     end
  129.     object STime: TTimeEdit
  130.       Left = 285
  131.       Top = 22
  132.       Width = 90
  133.       Height = 24
  134.       AutoSize = False
  135.       Font.Color = clWindowText
  136.       Font.Height = -13
  137.       Font.Name = 'MS Sans Serif'
  138.       Font.Style = []
  139.       ParentFont = False
  140.       TabOrder = 1
  141.       Text = '19:55'
  142.     end
  143.     object ETime: TTimeEdit
  144.       Left = 285
  145.       Top = 54
  146.       Width = 90
  147.       Height = 24
  148.       AutoSize = False
  149.       Font.Color = clWindowText
  150.       Font.Height = -13
  151.       Font.Name = 'MS Sans Serif'
  152.       Font.Style = []
  153.       ParentFont = False
  154.       TabOrder = 3
  155.       Text = '19:55'
  156.     end
  157.     object SDate: TComboBox
  158.       Left = 96
  159.       Top = 21
  160.       Width = 129
  161.       Height = 24
  162.       DropDownCount = 0
  163.       Font.Color = clWindowText
  164.       Font.Height = -13
  165.       Font.Name = 'MS Sans Serif'
  166.       Font.Style = []
  167.       ItemHeight = 16
  168.       ParentFont = False
  169.       TabOrder = 0
  170.       Text = 'SDate'
  171.       OnDropDown = SDateDropDown
  172.     end
  173.     object EDate: TComboBox
  174.       Left = 96
  175.       Top = 53
  176.       Width = 129
  177.       Height = 24
  178.       DropDownCount = 0
  179.       Font.Color = clWindowText
  180.       Font.Height = -13
  181.       Font.Name = 'MS Sans Serif'
  182.       Font.Style = []
  183.       ItemHeight = 16
  184.       ParentFont = False
  185.       TabOrder = 2
  186.       Text = 'DateBox'
  187.       OnDropDown = SDateDropDown
  188.     end
  189.   end
  190.   object GroupBox2: TGroupBox
  191.     Left = 8
  192.     Top = 93
  193.     Width = 385
  194.     Height = 135
  195.     Caption = '&Call Comment'
  196.     TabOrder = 1
  197.     object Edit2: TMemo
  198.       Left = 8
  199.       Top = 21
  200.       Width = 369
  201.       Height = 106
  202.       Font.Color = clWindowText
  203.       Font.Height = -13
  204.       Font.Name = 'MS Sans Serif'
  205.       Font.Style = []
  206.       MaxLength = 255
  207.       ParentFont = False
  208.       ScrollBars = ssVertical
  209.       TabOrder = 0
  210.     end
  211.   end
  212.   object GroupBox1: TGroupBox
  213.     Left = 8
  214.     Top = 8
  215.     Width = 385
  216.     Height = 81
  217.     Caption = 'Call Details'
  218.     TabOrder = 0
  219.     object Label1: TLabel
  220.       Left = 16
  221.       Top = 24
  222.       Width = 81
  223.       Height = 18
  224.       AutoSize = False
  225.       Caption = 'Call to'
  226.       Font.Color = clBlack
  227.       Font.Height = -13
  228.       Font.Name = 'MS Sans Serif'
  229.       Font.Style = [fsBold]
  230.       ParentFont = False
  231.     end
  232.     object Label3: TLabel
  233.       Left = 16
  234.       Top = 48
  235.       Width = 73
  236.       Height = 18
  237.       AutoSize = False
  238.       Caption = '&Number'
  239.       FocusControl = Edit1
  240.       Font.Color = clBlack
  241.       Font.Height = -13
  242.       Font.Name = 'MS Sans Serif'
  243.       Font.Style = []
  244.       ParentFont = False
  245.     end
  246.     object Callto: TLabel
  247.       Left = 96
  248.       Top = 24
  249.       Width = 275
  250.       Height = 18
  251.       AutoSize = False
  252.       Caption = 'Call to'
  253.       ShowAccelChar = False
  254.     end
  255.     object Edit1: TEdit
  256.       Left = 96
  257.       Top = 45
  258.       Width = 279
  259.       Height = 24
  260.       Font.Color = clWindowText
  261.       Font.Height = -13
  262.       Font.Name = 'MS Sans Serif'
  263.       Font.Style = []
  264.       MaxLength = 255
  265.       ParentFont = False
  266.       TabOrder = 0
  267.       Text = 'Edit1'
  268.     end
  269.   end
  270.   object Cal: TEPCalendarPopup
  271.     FirstYear = 1900
  272.     LastYear = 2100
  273.     OnClick = CalClick
  274.     Top = 332
  275.   end
  276.   object Cal2: TEPCalendarPopup
  277.     FirstYear = 1900
  278.     LastYear = 2100
  279.     OnClick = Cal2Click
  280.     Left = 32
  281.     Top = 332
  282.   end
  283.   object ODSHelp1: TODSHelp
  284.     HelpText.Strings = (
  285.       'Button2'
  286.       'Button3'
  287.       'Cal'
  288.       'Cal2'
  289.       'Callto'
  290.       'EDate'
  291.       'Edit1'
  292.       'Edit2'
  293.       'ETime'
  294.       'GroupBox1'
  295.       'GroupBox2'
  296.       'GroupBox3'
  297.       'Label1'
  298.       'Label10'
  299.       'Label2'
  300.       'Label3'
  301.       'Label6'
  302.       'Label8'
  303.       'ODSHelp1'
  304.       'SDate'
  305.       'SpeedButton1'
  306.       'STime')
  307.     HelpText.HelpData = {
  308.       1600010000520054686520627574746F6E207768656E20707265737365642C20
  309.       77696C6C20636C6F73652074686520646973706C61796564206469616C6F6775
  310.       6520736176696E6720616E7920696E707574206D6164652E00010E0000000100
  311.       003B0054686520627574746F6E207768656E20707265737365642C2077696C6C
  312.       2063616E63656C207468652043616C6C204C6F6720726571756573742E00010E
  313.       0000000100000000010000000001000000000100000000010000480054686973
  314.       20726561642D6F6E6C79206669656C6420646973706C61797320746865206E61
  315.       6D65206F662074686520706572736F6E206F7220636F6D70616E792063616C6C
  316.       65642E00010E000000010000DD0054686973206669656C642064657461696C73
  317.       2074686520646174652074686174207468652074656C6570686F6E652063616C
  318.       6C2077617320636F6D706C657465642E200D0A0D0A546F206368616E67652074
  319.       68697320646174652C2073696D706C79207479706520746865206E6577207661
  320.       6C7565206469726563746C7920696E746F20746865206669656C642C206F7220
  321.       75736520746865202264726F702D646F776E22206172726F7720616E64207365
  322.       6C6563742074686520646174652066726F6D2074686520646973706C61796564
  323.       2063616C656E6461722E00010E000000010000A80054686973206669656C6420
  324.       64657461696C73207468652074656C6570686F6E65206E756D62657220746861
  325.       74207761732063616C6C656420666F7220746869732063616C6C206C6F672065
  326.       6E7472792E0D0A0D0A546F206368616E67652074686973206669656C642C2073
  327.       696D706C79207479706520746865206E65772074656C6570686F6E65206E756D
  328.       626572206469726563746C7920696E746F20746865206669656C642E00010E00
  329.       0000010000DF0054686973206669656C642064657461696C732074686520636F
  330.       6D6D656E7420746861742077617320656E7465726564207768656E2074686520
  331.       74656C6570686F6E652063616C6C20776173206D6164652E0D0A0D0A546F2063
  332.       68616E67652074686973206669656C642C2073696D706C792074797065207468
  333.       65206E657720636F6D6D656E74206469726563746C7920696E746F2074686520
  334.       6669656C642E0D0A0D0A4E6F74653A2074686973206669656C64206973206C69
  335.       6D6974656420746F2061206D6178696D756D206F662032353520636861726163
  336.       746572732E00010E0000000100008D0154686973206669656C64206465746169
  337.       6C73207468652074696D65207468652074656C6570686F6E652063616C6C2077
  338.       617320636F6D706C657465642E0D0A0D0A546F206368616E6765207468697320
  339.       6669656C642C2073696D706C79207479706520746865206E657720636F6D6D65
  340.       6E74206469726563746C7920696E746F20746865206669656C64206F72207573
  341.       652074686520696E6372656D656E74616C20757020616E6420646F776E206172
  342.       726F777320746F20616C746572207468652074696D652E20546865736520696E
  343.       6372656D656E74616C206172726F77732C20776F726B2062792061646A757374
  344.       696E67207468652074696D65207061727420746861742069732063757272656E
  345.       746C7920686967686C6967687465642E20466F72206578616D706C652C20746F
  346.       2061646A7573742074686520686F7572732C20706F736974696F6E2074686520
  347.       637572736F7220696E2074686520686F7572207061727420616E64207468656E
  348.       207573652074686520757020616E6420646F776E206172726F77732E00010E00
  349.       0000010000000001000000000100000000010000000001000000000100000000
  350.       0100000000010000000001000000000100000000010000000001000000000100
  351.       0000000100000000010000000001000000000100000000010000000001000000
  352.       000100000000010000DB0054686973206669656C642064657461696C73207468
  353.       6520646174652074686174207468652074656C6570686F6E652063616C6C2077
  354.       617320737461727465642E200D0A0D0A546F206368616E676520746869732064
  355.       6174652C2073696D706C79207479706520746865206E65772076616C75652064
  356.       69726563746C7920696E746F20746865206669656C642C206F72207573652074
  357.       6865202264726F702D646F776E22206172726F7720616E642073656C65637420
  358.       74686520646174652066726F6D2074686520646973706C617965642063616C65
  359.       6E6461722E00010E000000010000000001000000000100008B01546869732066
  360.       69656C642064657461696C73207468652074696D65207468652074656C657068
  361.       6F6E652063616C6C2077617320737461727465642E0D0A0D0A546F206368616E
  362.       67652074686973206669656C642C2073696D706C79207479706520746865206E
  363.       657720636F6D6D656E74206469726563746C7920696E746F2074686520666965
  364.       6C64206F72207573652074686520696E6372656D656E74616C20757020616E64
  365.       20646F776E206172726F777320746F20616C746572207468652074696D652E20
  366.       546865736520696E6372656D656E74616C206172726F77732C20776F726B2062
  367.       792061646A757374696E67207468652074696D65207061727420746861742069
  368.       732063757272656E746C7920686967686C6967687465642E20466F7220657861
  369.       6D706C652C20746F2061646A7573742074686520686F7572732C20706F736974
  370.       696F6E2074686520637572736F7220696E2074686520686F7572207061727420
  371.       616E64207468656E207573652074686520757020616E6420646F776E20617272
  372.       6F77732E00010E000000}
  373.     Color = 15269887
  374.     Font.Color = clWindowText
  375.     Font.Height = -11
  376.     Font.Name = 'MS Sans Serif'
  377.     Font.Style = []
  378.     ParentFont = True
  379.     MaxWidth = 300
  380.     MoreText = 'More Information...'
  381.     Left = 72
  382.     Top = 332
  383.   end
  384. end
  385.